home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 May
/
Chip Mayıs 2001.iso
/
prog
/
online
/
03
/
setup.exe
/
setup.msi
/
䆊䌷䈹䈙䏵-䞅䞆䞀㡆䞆䄦䠥
/
_d998527e35d141f51aab836d7ab8cc4c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2000-07-14
|
315 b
|
14 lines
# NOTE: Derived from ..\..\lib\POSIX.pm.
# Changes made here will be lost when autosplit again.
# See AutoSplit.pm.
package POSIX;
#line 183 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto/POSIX/sqrt.al)"
sub sqrt {
usage "sqrt(x)" if @_ != 1;
CORE::sqrt($_[0]);
}
# end of POSIX::sqrt
1;